GET api/clients/profiles/datadictionary-fields/configuration?tableNameList[0]={tableNameList[0]}&tableNameList[1]={tableNameList[1]}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tableNameList

Collection of string

None.

Body Parameters

None.

Response Information

Resource Description

DataDictionaryData
NameDescriptionTypeAdditional information
DataDictionaryFields

Collection of UiDataDictionary

None.

DataDictionaryDropDowns

DataDictionaryDropDownData

None.

Response Formats

application/json, text/json

Sample:
{
  "DataDictionaryFields": [
    {
      "DataDictionaryFieldId": 1,
      "ColumnName": "sample string 2",
      "TableName": "sample string 3",
      "IsDd": true,
      "DdColumnDescription": "sample string 5",
      "DdColumnId": "sample string 6",
      "DdTable": "sample string 7",
      "DdWhere": "sample string 8",
      "DdCalculation": "sample string 9",
      "IsBoolean": true,
      "IsDate": true,
      "IsNumeric": true,
      "IsDoubleWide": true,
      "IsInList": true,
      "IsInView": true,
      "IsInUpdate": true,
      "LabelInList": "sample string 17",
      "LabelInView": "sample string 18",
      "LabelInUpdate": "sample string 19",
      "OrderInList": 64,
      "OrderInView": 64,
      "OrderInUpdate": 64,
      "IsInSuperViewOnly": true,
      "IsInSuperEditOnly": true,
      "SpacerInList": "sample string 22",
      "SpacerInView": "sample string 23",
      "IsNewColumnInList": true,
      "IsNewColumnInView": true,
      "ShowsHistory": true,
      "IsSectionHeader": true,
      "IsCollapsedHeader": true,
      "IsOutcome": true,
      "MaxLength": 1,
      "DefaultValue": "sample string 30",
      "MinLength": 1,
      "IsUpdateRequired": true,
      "AllowedChars": "sample string 32",
      "IsLocked": true,
      "IsLockedForUpdate": true
    },
    {
      "DataDictionaryFieldId": 1,
      "ColumnName": "sample string 2",
      "TableName": "sample string 3",
      "IsDd": true,
      "DdColumnDescription": "sample string 5",
      "DdColumnId": "sample string 6",
      "DdTable": "sample string 7",
      "DdWhere": "sample string 8",
      "DdCalculation": "sample string 9",
      "IsBoolean": true,
      "IsDate": true,
      "IsNumeric": true,
      "IsDoubleWide": true,
      "IsInList": true,
      "IsInView": true,
      "IsInUpdate": true,
      "LabelInList": "sample string 17",
      "LabelInView": "sample string 18",
      "LabelInUpdate": "sample string 19",
      "OrderInList": 64,
      "OrderInView": 64,
      "OrderInUpdate": 64,
      "IsInSuperViewOnly": true,
      "IsInSuperEditOnly": true,
      "SpacerInList": "sample string 22",
      "SpacerInView": "sample string 23",
      "IsNewColumnInList": true,
      "IsNewColumnInView": true,
      "ShowsHistory": true,
      "IsSectionHeader": true,
      "IsCollapsedHeader": true,
      "IsOutcome": true,
      "MaxLength": 1,
      "DefaultValue": "sample string 30",
      "MinLength": 1,
      "IsUpdateRequired": true,
      "AllowedChars": "sample string 32",
      "IsLocked": true,
      "IsLockedForUpdate": true
    }
  ],
  "DataDictionaryDropDowns": {
    "NumericDropDowns": [
      {
        "DataDictionaryFieldId": 1,
        "Items": [
          {
            "Text": "sample string 1",
            "Value": 2,
            "Deleted": true
          },
          {
            "Text": "sample string 1",
            "Value": 2,
            "Deleted": true
          }
        ]
      },
      {
        "DataDictionaryFieldId": 1,
        "Items": [
          {
            "Text": "sample string 1",
            "Value": 2,
            "Deleted": true
          },
          {
            "Text": "sample string 1",
            "Value": 2,
            "Deleted": true
          }
        ]
      }
    ],
    "TextDropDowns": [
      {
        "DataDictionaryFieldId": 1,
        "Items": [
          {
            "Text": "sample string 1",
            "Value": "sample string 2",
            "Deleted": true
          },
          {
            "Text": "sample string 1",
            "Value": "sample string 2",
            "Deleted": true
          }
        ]
      },
      {
        "DataDictionaryFieldId": 1,
        "Items": [
          {
            "Text": "sample string 1",
            "Value": "sample string 2",
            "Deleted": true
          },
          {
            "Text": "sample string 1",
            "Value": "sample string 2",
            "Deleted": true
          }
        ]
      }
    ]
  }
}

application/xml, text/xml

Sample:
<DataDictionaryData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CWI.Mobile.Domain.DTO">
  <DataDictionaryDropDowns>
    <NumericDropDowns>
      <DataDictionaryDropDownFieldOfint>
        <DataDictionaryFieldId>1</DataDictionaryFieldId>
        <Items>
          <DataDictionaryDropDownItemOfint>
            <Deleted>true</Deleted>
            <Text>sample string 1</Text>
            <Value>2</Value>
          </DataDictionaryDropDownItemOfint>
          <DataDictionaryDropDownItemOfint>
            <Deleted>true</Deleted>
            <Text>sample string 1</Text>
            <Value>2</Value>
          </DataDictionaryDropDownItemOfint>
        </Items>
      </DataDictionaryDropDownFieldOfint>
      <DataDictionaryDropDownFieldOfint>
        <DataDictionaryFieldId>1</DataDictionaryFieldId>
        <Items>
          <DataDictionaryDropDownItemOfint>
            <Deleted>true</Deleted>
            <Text>sample string 1</Text>
            <Value>2</Value>
          </DataDictionaryDropDownItemOfint>
          <DataDictionaryDropDownItemOfint>
            <Deleted>true</Deleted>
            <Text>sample string 1</Text>
            <Value>2</Value>
          </DataDictionaryDropDownItemOfint>
        </Items>
      </DataDictionaryDropDownFieldOfint>
    </NumericDropDowns>
    <TextDropDowns>
      <DataDictionaryDropDownFieldOfstring>
        <DataDictionaryFieldId>1</DataDictionaryFieldId>
        <Items>
          <DataDictionaryDropDownItemOfstring>
            <Deleted>true</Deleted>
            <Text>sample string 1</Text>
            <Value>sample string 2</Value>
          </DataDictionaryDropDownItemOfstring>
          <DataDictionaryDropDownItemOfstring>
            <Deleted>true</Deleted>
            <Text>sample string 1</Text>
            <Value>sample string 2</Value>
          </DataDictionaryDropDownItemOfstring>
        </Items>
      </DataDictionaryDropDownFieldOfstring>
      <DataDictionaryDropDownFieldOfstring>
        <DataDictionaryFieldId>1</DataDictionaryFieldId>
        <Items>
          <DataDictionaryDropDownItemOfstring>
            <Deleted>true</Deleted>
            <Text>sample string 1</Text>
            <Value>sample string 2</Value>
          </DataDictionaryDropDownItemOfstring>
          <DataDictionaryDropDownItemOfstring>
            <Deleted>true</Deleted>
            <Text>sample string 1</Text>
            <Value>sample string 2</Value>
          </DataDictionaryDropDownItemOfstring>
        </Items>
      </DataDictionaryDropDownFieldOfstring>
    </TextDropDowns>
  </DataDictionaryDropDowns>
  <DataDictionaryFields>
    <UiDataDictionary>
      <AllowedChars>sample string 32</AllowedChars>
      <ColumnName>sample string 2</ColumnName>
      <DataDictionaryFieldId>1</DataDictionaryFieldId>
      <DdCalculation>sample string 9</DdCalculation>
      <DdColumnDescription>sample string 5</DdColumnDescription>
      <DdColumnId>sample string 6</DdColumnId>
      <DdTable>sample string 7</DdTable>
      <DdWhere>sample string 8</DdWhere>
      <DefaultValue>sample string 30</DefaultValue>
      <IsBoolean>true</IsBoolean>
      <IsCollapsedHeader>true</IsCollapsedHeader>
      <IsDate>true</IsDate>
      <IsDd>true</IsDd>
      <IsDoubleWide>true</IsDoubleWide>
      <IsInList>true</IsInList>
      <IsInSuperEditOnly>true</IsInSuperEditOnly>
      <IsInSuperViewOnly>true</IsInSuperViewOnly>
      <IsInUpdate>true</IsInUpdate>
      <IsInView>true</IsInView>
      <IsLocked>true</IsLocked>
      <IsLockedForUpdate>true</IsLockedForUpdate>
      <IsNewColumnInList>true</IsNewColumnInList>
      <IsNewColumnInView>true</IsNewColumnInView>
      <IsNumeric>true</IsNumeric>
      <IsOutcome>true</IsOutcome>
      <IsSectionHeader>true</IsSectionHeader>
      <IsUpdateRequired>true</IsUpdateRequired>
      <LabelInList>sample string 17</LabelInList>
      <LabelInUpdate>sample string 19</LabelInUpdate>
      <LabelInView>sample string 18</LabelInView>
      <MaxLength>1</MaxLength>
      <MinLength>1</MinLength>
      <OrderInList>64</OrderInList>
      <OrderInUpdate>64</OrderInUpdate>
      <OrderInView>64</OrderInView>
      <ShowsHistory>true</ShowsHistory>
      <SpacerInList>sample string 22</SpacerInList>
      <SpacerInView>sample string 23</SpacerInView>
      <TableName>sample string 3</TableName>
    </UiDataDictionary>
    <UiDataDictionary>
      <AllowedChars>sample string 32</AllowedChars>
      <ColumnName>sample string 2</ColumnName>
      <DataDictionaryFieldId>1</DataDictionaryFieldId>
      <DdCalculation>sample string 9</DdCalculation>
      <DdColumnDescription>sample string 5</DdColumnDescription>
      <DdColumnId>sample string 6</DdColumnId>
      <DdTable>sample string 7</DdTable>
      <DdWhere>sample string 8</DdWhere>
      <DefaultValue>sample string 30</DefaultValue>
      <IsBoolean>true</IsBoolean>
      <IsCollapsedHeader>true</IsCollapsedHeader>
      <IsDate>true</IsDate>
      <IsDd>true</IsDd>
      <IsDoubleWide>true</IsDoubleWide>
      <IsInList>true</IsInList>
      <IsInSuperEditOnly>true</IsInSuperEditOnly>
      <IsInSuperViewOnly>true</IsInSuperViewOnly>
      <IsInUpdate>true</IsInUpdate>
      <IsInView>true</IsInView>
      <IsLocked>true</IsLocked>
      <IsLockedForUpdate>true</IsLockedForUpdate>
      <IsNewColumnInList>true</IsNewColumnInList>
      <IsNewColumnInView>true</IsNewColumnInView>
      <IsNumeric>true</IsNumeric>
      <IsOutcome>true</IsOutcome>
      <IsSectionHeader>true</IsSectionHeader>
      <IsUpdateRequired>true</IsUpdateRequired>
      <LabelInList>sample string 17</LabelInList>
      <LabelInUpdate>sample string 19</LabelInUpdate>
      <LabelInView>sample string 18</LabelInView>
      <MaxLength>1</MaxLength>
      <MinLength>1</MinLength>
      <OrderInList>64</OrderInList>
      <OrderInUpdate>64</OrderInUpdate>
      <OrderInView>64</OrderInView>
      <ShowsHistory>true</ShowsHistory>
      <SpacerInList>sample string 22</SpacerInList>
      <SpacerInView>sample string 23</SpacerInView>
      <TableName>sample string 3</TableName>
    </UiDataDictionary>
  </DataDictionaryFields>
</DataDictionaryData>